Welcome![Sign In][Sign Up]
Location:
Search - win32 file manager

Search list

[Windows Developweigongkaiapispion

Description: 这是使用 Win32 API 编写的一个功能强大的程序。可谓无所不能。 1、编辑和修改任何活动程序的窗口、菜单、工具栏以及其它控制(各种按钮、编辑框、组合框等)。 2、对于某个运行中程序的窗口/控制,你可以: ——将它们Enable/Disable,Show/Hide,销毁(带自定义返回); ——修改它们的图标、口令字符、字体、背景色、位置、大小和标题; 3、编辑某个窗口的菜单、工具栏(enable/disable,销毁,获取和设置其ID等); 4、显示出所有运行的进程、线程、模块(dlls)和窗口清单,并可以kill进程。 5、用模块察看器可以加载和卸载库(dlls),可以注册和注销ocx/dll文件。 6、类似WM_COMMAND的消息可以被发送到某个窗口。 7、任何窗口都可以被拷贝成一幅位图图像(Bitmap),并将图像发到剪贴板。 8、Disable任务管理器(Task Manager)。 9、察看被各个窗口打开的所有文件。从而监视系统中文件的活动。 -This is the use of Win32 API prepared a powerful process. Is omnipotent. One, editing and revising procedures for any activity window, menu, toolbar, and other control (various buttons, edit box, frame composition etc.). 2 for a certain operation procedures window / control, you can : -- they Enable / Disable, Show / Hide destruction (with the custom to return); -- Amend their icon, password characters, fonts, background color, location, size and title ; 3, editing a window menu, toolbar (enable / disable, destroy, access and set up their ID, etc.); 4, showing all running processes, threads, modules (dlls) and the list window and can kill the process. 5, the modules can be inspected for loading and unloading libraries (dlls), it randomly registration and cancellation / dll file. 6, similar
Platform: | Size: 190934 | Author: 郑波 | Hits:

[OS programWin32explorer

Description: 使用Win32组件制作资源管理器,完成文件管理的常用功能,比如生成文件目录树、显示目录中的子目录和文件,文件的拷贝、粘贴等。-use Win32 components production resources manager, completed the commonly used document management functions, For example, file directory tree, directory and subdirectory of documents, a copy, paste, etc..
Platform: | Size: 106250 | Author: niekun | Hits:

[GUI Developappface_vc

Description: AppFace 支持三种皮肤加载方式,从磁盘文件加载,从资源加载,从内存加载。下面我就说说如何从资源加载URF皮肤文件:   首先,要确保你下载了AppFace for VC 开发包,我们要用到其中的三个文件: \"appface.h\", \"appface.dll\" ,\"gtclassic.urf\" 。   接着,创建一个 VC 可执行文件工程, MDI/SDI/DIALOG/WIN32 类型的都可以,我以创建一个DIALOG 工程 ResSkin 进行说明 。将\"appface.h\" 拷贝到该工程目录下,将\"Appface.dll\"拷贝到该工程的输出目录下,例如:\"debug\\\",将\"gtclassic.urf\"拷贝到资源所在目录下 。在VC 的项目管理器中进入资源管理项,在右键菜单中选择\"Import\",将\"gtclassic.urf\"添加进工程,资源类型设定为: \"MYRESTYPE\",资源ID设定为\"IDR_MY_URF\"。注意:资源ID 前面一定要加双引号 -AppFace supports three skin loading from the disk loading, loading resources from the memory load. Now, I would talk about how to load resources from the URF skin document : first, to ensure that you downloaded AppFace for VC development kits, we have to use th ree documents : "appface.h", "appface.dll", "gtclassic.urf." Next, create an executable file VC, MDI/SDI/DIALOG/WIN32 types of can, I would like to create a DIALOG project ResSkin explanation. "Appface.h" copy to the project directory, "Appface.dll" copied to the output of the project directory, for example : "debug \\", "gtclassic.urf" copy of the directory containing the resources. VC in the project manager to enter the resource management, and in the right me
Platform: | Size: 590150 | Author: 钱博 | Hits:

[GUI Developappface_vc

Description: AppFace 支持三种皮肤加载方式,从磁盘文件加载,从资源加载,从内存加载。下面我就说说如何从资源加载URF皮肤文件:   首先,要确保你下载了AppFace for VC 开发包,我们要用到其中的三个文件: "appface.h", "appface.dll" ,"gtclassic.urf" 。   接着,创建一个 VC 可执行文件工程, MDI/SDI/DIALOG/WIN32 类型的都可以,我以创建一个DIALOG 工程 ResSkin 进行说明 。将"appface.h" 拷贝到该工程目录下,将"Appface.dll"拷贝到该工程的输出目录下,例如:"debug\",将"gtclassic.urf"拷贝到资源所在目录下 。在VC 的项目管理器中进入资源管理项,在右键菜单中选择"Import",将"gtclassic.urf"添加进工程,资源类型设定为: "MYRESTYPE",资源ID设定为"IDR_MY_URF"。注意:资源ID 前面一定要加双引号 -AppFace supports three skin loading from the disk loading, loading resources from the memory load. Now, I would talk about how to load resources from the URF skin document : first, to ensure that you downloaded AppFace for VC development kits, we have to use th ree documents : "appface.h", "appface.dll", "gtclassic.urf." Next, create an executable file VC, MDI/SDI/DIALOG/WIN32 types of can, I would like to create a DIALOG project ResSkin explanation. "Appface.h" copy to the project directory, "Appface.dll" copied to the output of the project directory, for example : "debug \", "gtclassic.urf" copy of the directory containing the resources. VC in the project manager to enter the resource management, and in the right me
Platform: | Size: 589824 | Author: 钱博 | Hits:

[Windows Developweigongkaiapispion

Description: 这是使用 Win32 API 编写的一个功能强大的程序。可谓无所不能。 1、编辑和修改任何活动程序的窗口、菜单、工具栏以及其它控制(各种按钮、编辑框、组合框等)。 2、对于某个运行中程序的窗口/控制,你可以: ——将它们Enable/Disable,Show/Hide,销毁(带自定义返回); ——修改它们的图标、口令字符、字体、背景色、位置、大小和标题; 3、编辑某个窗口的菜单、工具栏(enable/disable,销毁,获取和设置其ID等); 4、显示出所有运行的进程、线程、模块(dlls)和窗口清单,并可以kill进程。 5、用模块察看器可以加载和卸载库(dlls),可以注册和注销ocx/dll文件。 6、类似WM_COMMAND的消息可以被发送到某个窗口。 7、任何窗口都可以被拷贝成一幅位图图像(Bitmap),并将图像发到剪贴板。 8、Disable任务管理器(Task Manager)。 9、察看被各个窗口打开的所有文件。从而监视系统中文件的活动。 -This is the use of Win32 API prepared a powerful process. Is omnipotent. One, editing and revising procedures for any activity window, menu, toolbar, and other control (various buttons, edit box, frame composition etc.). 2 for a certain operation procedures window/control, you can :-- they Enable/Disable, Show/Hide destruction (with the custom to return);-- Amend their icon, password characters, fonts, background color, location, size and title ; 3, editing a window menu, toolbar (enable/disable, destroy, access and set up their ID, etc.); 4, showing all running processes, threads, modules (dlls) and the list window and can kill the process. 5, the modules can be inspected for loading and unloading libraries (dlls), it randomly registration and cancellation/dll file. 6, similar
Platform: | Size: 190464 | Author: 郑波 | Hits:

[OS programWin32explorer

Description: 使用Win32组件制作资源管理器,完成文件管理的常用功能,比如生成文件目录树、显示目录中的子目录和文件,文件的拷贝、粘贴等。-use Win32 components production resources manager, completed the commonly used document management functions, For example, file directory tree, directory and subdirectory of documents, a copy, paste, etc..
Platform: | Size: 105472 | Author: niekun | Hits:

[Delphi VCLQR502

Description: RxLib for Delphi7 - Delphi2010 ======================================= * Add the rxLib Unit directory (..\RxLib\Units) to: Tools->options - Environment Options - Delphi Options - Library - Win32 | Library Path * Open the project from IDE: File->Open: ..\RxLib\packages\DelphiXXXX\Rxlib.groupproj * Compile All packeges: Project-> Build All projects * Install all packages: Una vez que todos los paquetes se han compilado correctamente se deben instalar los que son de diseٌ o Click derecho sobre los packages y pulsar [Install] (View -> Project Manager): dclrx.bpl [install] dcldb.bpl [install] dcldb.bpl [install]-RxLib for Delphi7 - Delphi2010 ======================================= * Add the rxLib Unit directory (..\RxLib\Units) to: Tools->options - Environment Options - Delphi Options - Library - Win32 | Library Path * Open the project from IDE: File->Open: ..\RxLib\packages\DelphiXXXX\Rxlib.groupproj * Compile All packeges: Project-> Build All projects * Install all packages: Una vez que todos los paquetes se han compilado correctamente se deben instalar los que son de diseٌ o Click derecho sobre los packages y pulsar [Install] (View -> Project Manager): dclrx.bpl [install] dcldb.bpl [install] dcldb.bpl [install]
Platform: | Size: 3303424 | Author: Weam | Hits:

[Delphi VCLRAIZE

Description: RxLib for Delphi7 - Delphi2010 ======================================= * Add the rxLib Unit directory (..\RxLib\Units) to: Tools->options - Environment Options - Delphi Options - Library - Win32 | Library Path * Open the project from IDE: File->Open: ..\RxLib\packages\DelphiXXXX\Rxlib.groupproj * Compile All packeges: Project-> Build All projects * Install all packages: Una vez que todos los paquetes se han compilado correctamente se deben instalar los que son de diseٌ o Click derecho sobre los packages y pulsar [Install] (View -> Project Manager): dclrx.bpl [install] dcldb.bpl [install] dcldb.bpl [install]-RxLib for Delphi7 - Delphi2010 ======================================= * Add the rxLib Unit directory (..\RxLib\Units) to: Tools->options - Environment Options - Delphi Options - Library - Win32 | Library Path * Open the project from IDE: File->Open: ..\RxLib\packages\DelphiXXXX\Rxlib.groupproj * Compile All packeges: Project-> Build All projects * Install all packages: Una vez que todos los paquetes se han compilado correctamente se deben instalar los que son de diseٌ o Click derecho sobre los packages y pulsar [Install] (View -> Project Manager): dclrx.bpl [install] dcldb.bpl [install] dcldb.bpl [install]
Platform: | Size: 34942976 | Author: Weam | Hits:

[Delphi VCLFastMM499

Description: Fast Memory Manager - Readme --- --- --- --- ---- Description: ------------ A fast replacement memory manager for Embarcadero Delphi Win32 applications that scales well under multi-threaded usage, is not prone to memory fragmentation, and supports shared memory without the use of external .DLL files. Homepage: --------- http://fastmm.sourceforge.net-Fast Memory Manager- Readme ---------------------------- Description: ------------ A fast replacement memory manager for Embarcadero Delphi Win32 applications that scales well under multi-threaded usage, is not prone to memory fragmentation, and supports shared memory without the use of external .DLL files. Homepage: --------- http://fastmm.sourceforge.net Usage: ------ Delphi: Place this unit as the very first unit under the "uses" section in your project s .dpr file. When sharing memory between an application and a DLL (e.g. when passing a long string or dynamic array to a DLL function), both the main application and the DLL must be compiled using this memory manager (with the required conditional defines set). There are some conditional defines (inside FastMM4Options.inc) that may be used to tweak the memory manager. To enable support for a user mode address space greater than 2GB you will have to use the EditBin* tool to set the LARGE_ADDRESS_AWARE fla
Platform: | Size: 1177600 | Author: SophiaLung | Hits:

[GUI Developrxlib-2.7.7.5d6-2010

Description: RxLib for Delphi7 - Delphi2010 === === === === === === === * Add the rxLib Unit directory (..\RxLib\Units) to: Tools->options - Environment Options - Delphi Options - Library - Win32 | Library Path * Open the project from IDE: File->Open: ..\RxLib\packages\DelphiXXXX\Rxlib.groupproj * Compile All packeges: Project-> Build All projects * Install all packages: Una vez que todos los paquetes se han compilado correctamente se deben instalar los que son de diseсo Click derecho sobre los packages y pulsar [Install] (View -> Project Manager): dclrx.bpl [install] dcldb.bpl [install] dcldb.bpl [install] -RxLib for Delphi7 - Delphi2010 ======================================= * Add the rxLib Unit directory (..\RxLib\Units) to: Tools->options - Environment Options - Delphi Options - Library - Win32 | Library Path * Open the project from IDE: File->Open: ..\RxLib\packages\DelphiXXXX\Rxlib.groupproj * Compile All packeges: Project-> Build All projects * Install all packages: Una vez que todos los paquetes se han compilado correctamente se deben instalar los que son de diseсo Click derecho sobre los packages y pulsar [Install] (View -> Project Manager): dclrx.bpl [install] dcldb.bpl [install] dcldb.bpl [install]
Platform: | Size: 1703936 | Author: stan_uz | Hits:

[OtherfileManager

Description: 模拟文件管理的一个win32黑框框小程序。-file manager
Platform: | Size: 2439168 | Author: 张军帅 | Hits:

CodeBus www.codebus.net